class list
英 [klɑːs lɪst]
美 [klæs lɪst]
网络 类列表; 班级名单
英英释义
noun
- a list issued by examiners that categorizes students according to the class of honours they achieved in their degree examinations
双语例句
- The number of students present should tally with the class list that you have been provided with.
到课的学生人数应与提供给你的学生名单相符。 - Create a class named List.
建立一个类型并将其命名为List。 - In the code editor, from the class name drop-down list, choose the form or control that you want to create an event handler for.
在“代码编辑器”中,从“类名”下拉列表中,选择要为其创建事件处理程序的窗体或控件。 - The JobList class provides a list of jobs based on selection criteria.
JobList类基于选择标准提供作业列表。 - The teacher first selects class activities from a list of board-approved options and schedules a date for each.
教师首先从一个经董事会批准的选项列表中选择课堂活动,然后为每个活动安排一个日期。 - Class is used to list the services offered by the Block.
类列出了模块提供的服务列表。 - This paper discusses the implementation of scanned geological image file digitalization with array template class and link list in VC++, which includes screen gathering of initialized data, dynamic storing and abstraction of data.
讨论了在VC++环境下,用数组模板类和链表实现扫描的地质图像文件的数字化-包括初始数据的屏幕采集,数据的动态存储和提取。 - You could have your FixedList class implement the List interface as well, but then you are faced with the unsavory task of providing an implementation for all of the List methods.
您也可以让您的FixedList类实现List接口,但是您需要面对一项烦人的工作:为所有List方法提供一个实现。 - After that, you use the Commands class to get the list of commands.
在此之后,使用Commands类获取命令列表。 - D automatically implements those interfaces via B.If you restate the interfaces in D's base class list then the C# compiler will do an interface reimplementation.
D通过B也就自动实现了那些接口。如果你在D的基类列表中显式声明了这些接口的话,那么C编译器将会做一次接口重新实现。